<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mySwiper {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper .swiper-slide {
  overflow: hidden;
  justify-content: flex-start;
}
.mySwiper .swiper-slide .b {
  display: none;
}
.mySwiper .swiper-slide img {
  width: 1920px;
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 760px) {
  .mySwiper .swiper-slide {
    justify-content: center;
  }
  .mySwiper .swiper-slide img {
    width: 100%;
  }
  .mySwiper .swiper-slide .b {
    display: block;
  }
  .mySwiper .swiper-slide .a {
    display: none;
  }
}
.swiper-pagination {
  width: 80%;
  margin-left: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 80px!important;
}
.swiper-pagination-bullet {
  width: 60px!important;
  height: 3px!important;
  background: white!important;
  opacity: 0.7 !important;
  border-radius: 0!important;
  margin: 0!important;
}
.swiper-pagination-bullet-active {
  width: 60px!important;
  height: 3px!important;
  opacity: 1!important;
  border-radius: 0!important;
  background: #8f0419 !important;
  position: relative;
}
@media (max-width: 760px) {
  .swiper-pagination {
    width: 90%;
    margin-left: 10%;
    bottom: 30px!important;
  }
  .swiper-pagination-bullet {
    width: 30px!important;
    height: 2px!important;
  }
  .swiper-pagination-bullet-active {
    width: 30px!important;
    height: 2px!important;
  }
}
.mySwiper2 {
  width: 100%;
  margin-top: 60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper2 .swiper-slide {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  display: block;
  background-color: #f6c579;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: auto;
}
.mySwiper2 .swiper-slide .image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.mySwiper2 .swiper-slide .image img {
  width: 100%;
  display: block;
  transition: 500ms;
}
.mySwiper2 .swiper-slide .text {
  width: 100%;
  box-sizing: border-box;
  padding: 30px 20px;
}
.mySwiper2 .swiper-slide .text strong {
  display: block;
  width: 100%;
  text-align: justify;
  color: white;
  font-size: 26px;
  word-wrap: break-word;
word-break: break-all;
}
.mySwiper2 .swiper-slide .text .list_box {
  margin-top: 15px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.mySwiper2 .swiper-slide .text .list_box span {
  margin: 5px 3px;
  font-size: 22px;
  color: white;
  letter-spacing: 1px;
  padding: 10px 25px;
  background: url('../img/009.png') no-repeat;
  background-size: 100% 100%;
}
.mySwiper2 .swiper-slide:hover {
  background-color: #8f0419;
}
.mySwiper2 .swiper-slide:hover .image img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .mySwiper2 .swiper-slide {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 760px) {
  .mySwiper2 {
    display: none;
  }
}
.mySwiper3 {
  width: 100%;
  margin-top: 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper3 .swiper-slide {
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  overflow: hidden;
}
.mySwiper3 .swiper-slide .image {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid white;
}
.mySwiper3 .swiper-slide .image img {
  width: 100%;
  display: block;
  transition: 400ms;
}
.mySwiper3 .swiper-slide span {
  text-align: center;
  color: black;
  font-weight: 600;
  padding: 10px;
  box-sizing: border-box;
  font-size: 24px;
}
.mySwiper3 .swiper-slide:hover .image img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .mySwiper3 .swiper-slide {
    width: calc((100% - 20px) / 3);
  }
  .mySwiper3 .swiper-slide span {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .mySwiper3 {
    display: none;
  }
}
.mySwiper4 {
  width: calc(100% - 100px);
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mySwiper4 .swiper-slide {
  display: block;
  background-color: #044AC4;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
}
.mySwiper4 .swiper-slide .image {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  box-sizing: border-box;
}
.mySwiper4 .swiper-slide .image img {
  width: 100%;
  display: block;
  transition: 500ms;
}
.mySwiper4 .swiper-slide span {
  text-align: center;
  color: black;
  padding-top: 8px;
  box-sizing: border-box;
  color: white;
  font-size: 20px;
}
.mySwiper4 .swiper-slide:hover .image img {
  transform: scale(1.05);
}
@media (max-width: 1200px) {
  .mySwiper4 .swiper-slide {
    border-radius: 8px;
  }
  .mySwiper4 .swiper-slide .image {
    border-radius: 8px;
  }
  .mySwiper4 .swiper-slide span {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .mySwiper4 {
    width: calc(100% - 40px);
  }
  .mySwiper4 .swiper-slide {
    padding: 4px;
  }
  .mySwiper4 .swiper-slide span {
    padding-top: 4px;
    font-size: 14px;
  }
}
.mySwiper5 {
  width: 85%;
  margin-top: 40px;
  padding-top: 4%!important;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.mySwiper5 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.mySwiper5 .swiper-slide {
  width: calc((100% - 45px) / 4);
  margin-right: 15px;
  overflow: hidden;
  transition: 300ms;
}
.mySwiper5 .swiper-slide .image {
  width: 100%;
  overflow: hidden;
}
.mySwiper5 .swiper-slide .image img {
  width: 100%;
  display: block;
  transition: 500ms;
}
.mySwiper5 .swiper-slide:hover {
  transform: translateY(-4%);
}
@media (max-width: 1000px) {
  .mySwiper5 .swiper-slide {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 760px) {
  .mySwiper5 {
    display: none;
  }
}
.mySwiper6 {
  width: 100%;
  height: 740px;
  position: relative;
  overflow: hidden;
}
.mySwiper6 .swiper-wrapper {
  transition-timing-function: linear !important;
}
.mySwiper6 .swiper-slide {
  display: block;
  width: 100%;
  height: 240px;
  padding: 0 40px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mySwiper6 .swiper-slide strong,
.mySwiper6 .swiper-slide a,
.mySwiper6 .swiper-slide p {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mySwiper6 .swiper-slide .box_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mySwiper6 .swiper-slide .box_top strong {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  color: white;
  background-color: #fd7d00;
  font-size: 28px;
}
.mySwiper6 .swiper-slide .box_top a {
  display: block;
  width: calc(100% - 70px);
  color: #fd7d00;
  font-size: 24px;
}
.mySwiper6 .swiper-slide .box_bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mySwiper6 .swiper-slide .box_bottom strong {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  color: white;
  background-color: #707070;
  font-size: 28px;
}
.mySwiper6 .swiper-slide .box_bottom p {
  display: block;
  width: calc(100% - 70px);
  color: #707070;
  font-size: 24px;
}
</pre></body></html>